home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14169 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: news.magmacom.com!NewsWatcher!user
  2. From: Jan@Bytesmiths.com (Jan Steinman)
  3. Newsgroups: comp.lang.smalltalk,comp.object,comp.lang.c++,comp.lang.java
  4. Subject: Re: The Good, the Bad, the Ugly, and the Wicked ...
  5. Date: 29 Mar 1996 06:10:18 GMT
  6. Organization: Bytesmiths, the Smalltalk start-up specialists
  7. Message-ID: <Jan-2903960007310001@206.116.214.1>
  8. References: <31570B8E.5A12@vmark.com> <31586721.1750@mobius.net> <4jbk0m$jt9@news4.digex.net> <AD7EDB45966858C12@mac-sandvik.engr.sgi.com> <315A17CC.7C8F@bnr.ca> <AD801A639668229B21@mac-sandvik.engr.sgi.com>
  9. Reply-To: Jan@Bytesmiths.com
  10. NNTP-Posting-Host: 206.116.214.1
  11. X-Newsreader: Yet Another NewsWatcher 2.1.7
  12.  
  13. In article <AD801A639668229B21@mac-sandvik.engr.sgi.com>, sandvik@sgi.com
  14. (Kent Sandvik) wrote:
  15.  
  16. > In article <315A17CC.7C8F@bnr.ca>,
  17. > Andrzej Bieszczad <andrzej@bnr.ca> wrote:
  18. >   >Kent Sandvik wrote:
  19. >   >> 
  20. >   >> It depends how you defined dynamic binding, could you send messages to
  21. >   >> arbitrary methods in C++ during runtime (or java, by the way)?
  22. >   >
  23. >   >It sounds really strange if you want to send messages to methods :-)
  24. >  
  25. > Yep, even more strange when the system responds "method not found" :-).
  26.  
  27. Or "core dump, segmentation fault" or "general protection failure" or "Dr.
  28. Watson" or... :-)
  29.  
  30. >Yes, but I was hinting at the SmallTalk/Objective-C et rest feature...
  31.  
  32. My rule of thumb is that if I haven't read enough about something to be
  33. able to spell it properly, I refrain from criticizing it! :-)
  34.  
  35. Anyone with a year or so of Smalltalk experience knows that their
  36. delivered system will have a different emergency exception handler than
  37. their development environment. What Kent is complaining about is a
  38. feature, not a bug -- it's called "exception handling," which Smalltalk
  39. also does if you walk off the end of an array, unlike certain other
  40. languages.
  41.  
  42. What Kent is complaining about is only a development issue -- essentially
  43. the same as complaining that a C++ compiler detects (most) type
  44. mismatches.
  45.  
  46.  : Jan Steinman <mailto:Jan@Bytesmiths.com>
  47.  : Bytesmiths, the Smalltalk specialists <http://www.bytesmiths.com>
  48.  : "This is witty signature 1 of 47,288."
  49.